Skip to content

Conversation

@vbvictor
Copy link
Contributor

After #133023, START_REV and END_REV env variables became redundant.

@llvmbot
Copy link
Member

llvmbot commented Aug 18, 2025

@llvm/pr-subscribers-github-workflow

Author: Baranov Victor (vbvictor)

Changes

After #133023, START_REV and END_REV env variables became redundant.


Full diff: https://github.com/llvm/llvm-project/pull/154218.diff

1 Files Affected:

  • (modified) .github/workflows/pr-code-format.yml (-2)
diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml
index dc55b7e47e111..5540555ae05ed 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -70,8 +70,6 @@ jobs:
       - name: Run code formatter
         env:
           GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
-          START_REV: ${{ github.event.pull_request.base.sha }}
-          END_REV: ${{ github.event.pull_request.head.sha }}
           CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
         # Create an empty comments file so the pr-write job doesn't fail.
         run: |

@vbvictor vbvictor merged commit ef3ce0d into llvm:main Aug 19, 2025
11 checks passed
@vbvictor vbvictor deleted the clean-code-format-ci branch August 19, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants